projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b112b5
)
Comment out losing call to set-visited-file-name; this shouldn't hurt
author
Michael I. Bushnell
<mib@gnu.org>
Tue, 5 Jul 1994 16:54:01 +0000
(16:54 +0000)
committer
Michael I. Bushnell
<mib@gnu.org>
Tue, 5 Jul 1994 16:54:01 +0000
(16:54 +0000)
as long as nobody actually calls buffers `*mail*'. (This isn't a real
fix.) set-visited-file-name fails when given a nil argument.
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 1d863603783fa4075dd0f0496cc0910a4da45a5f..13bc43e8300a7e357aab7f912b8d9fd76ac68bce 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-833,7
+833,7
@@
The seventh argument ACTIONS is a list of actions to take
(mail-mode)
;; Disconnect the buffer from its visited file
;; (in case the user has actually visited a file *mail*).
- (set-visited-file-name nil)
+
;
(set-visited-file-name nil)
(let (initialized)
(and (not noerase)
(or (not (buffer-modified-p))